Fix a typo. Fix a typo.
authorKjartan Maraas <kmaraas@gnome.org>
Sun, 16 Dec 2001 17:00:55 +0000 (17:00 +0000)
committerKjartan Maraas <kmaraas@src.gnome.org>
Sun, 16 Dec 2001 17:00:55 +0000 (17:00 +0000)
2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>

* gtk/gtkprogressbar.c: Fix a typo.
* gtk/gtkpaned.c: Fix a typo.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkpaned.c
gtk/gtkprogressbar.c

index 72748c64e40d079efa75e9aca955d6454620f4c9..2aa0e2a36244eed028fc31f3517f627d0cd58b3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtkprogressbar.c: Fix a typo.
+       * gtk/gtkpaned.c: Fix a typo.
+       
 2001-12-15  Darin Adler  <darin@bentspoon.com>
 
        Fix some warnings.
index 72748c64e40d079efa75e9aca955d6454620f4c9..2aa0e2a36244eed028fc31f3517f627d0cd58b3e 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtkprogressbar.c: Fix a typo.
+       * gtk/gtkpaned.c: Fix a typo.
+       
 2001-12-15  Darin Adler  <darin@bentspoon.com>
 
        Fix some warnings.
index 72748c64e40d079efa75e9aca955d6454620f4c9..2aa0e2a36244eed028fc31f3517f627d0cd58b3e 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtkprogressbar.c: Fix a typo.
+       * gtk/gtkpaned.c: Fix a typo.
+       
 2001-12-15  Darin Adler  <darin@bentspoon.com>
 
        Fix some warnings.
index 72748c64e40d079efa75e9aca955d6454620f4c9..2aa0e2a36244eed028fc31f3517f627d0cd58b3e 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtkprogressbar.c: Fix a typo.
+       * gtk/gtkpaned.c: Fix a typo.
+       
 2001-12-15  Darin Adler  <darin@bentspoon.com>
 
        Fix some warnings.
index 72748c64e40d079efa75e9aca955d6454620f4c9..2aa0e2a36244eed028fc31f3517f627d0cd58b3e 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtkprogressbar.c: Fix a typo.
+       * gtk/gtkpaned.c: Fix a typo.
+       
 2001-12-15  Darin Adler  <darin@bentspoon.com>
 
        Fix some warnings.
index 72748c64e40d079efa75e9aca955d6454620f4c9..2aa0e2a36244eed028fc31f3517f627d0cd58b3e 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtkprogressbar.c: Fix a typo.
+       * gtk/gtkpaned.c: Fix a typo.
+       
 2001-12-15  Darin Adler  <darin@bentspoon.com>
 
        Fix some warnings.
index 72748c64e40d079efa75e9aca955d6454620f4c9..2aa0e2a36244eed028fc31f3517f627d0cd58b3e 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * gtk/gtkprogressbar.c: Fix a typo.
+       * gtk/gtkpaned.c: Fix a typo.
+       
 2001-12-15  Darin Adler  <darin@bentspoon.com>
 
        Fix some warnings.
index 85cb4cfb6ac8343713b95355db2d74a72bb8c6a0..71be0ca818d508daf096172e2ff1f6ef87908a45 100644 (file)
@@ -118,7 +118,7 @@ gtk_paned_class_init (GtkPanedClass *class)
                                   PROP_POSITION,
                                   g_param_spec_int ("position",
                                                     _("Position"),
-                                                    _("Position of paned separator in pixels(0 means all the way to the left/top)"),
+                                                    _("Position of paned separator in pixels (0 means all the way to the left/top)"),
                                                     0,
                                                     G_MAXINT,
                                                     0,
index 5e9ebc387ed995004894fa0be3999ec267a5b4f1..525a731dc5468228660c1c1b64b5afaabd960e92 100644 (file)
@@ -175,7 +175,7 @@ gtk_progress_bar_class_init (GtkProgressBarClass *class)
                                    PROP_DISCRETE_BLOCKS,
                                    g_param_spec_uint ("discrete_blocks",
                                                      _("Discrete Blocks"),
-                                                     _("The number of discrete blocks in a progress bar (when shown in the discrete style"),
+                                                     _("The number of discrete blocks in a progress bar (when shown in the discrete style)"),
                                                      2,
                                                      G_MAXUINT,
                                                      10,